From d3b7375ddb62a59cbaeb72de2246a197e6fb4f64 Mon Sep 17 00:00:00 2001
From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: Mon, 14 Jul 2008 09:47:50 +0200
Subject: [PATCH] Thinko in macro name.  Fixes compilation of strindlg.cxx.

---
 sc/source/ui/miscdlgs/strindlg.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sc/source/ui/miscdlgs/strindlg.cxx b/sc/source/ui/miscdlgs/strindlg.cxx
index 958a0c1..46e40d4 100644
--- a/sc/source/ui/miscdlgs/strindlg.cxx
+++ b/sc/source/ui/miscdlgs/strindlg.cxx
@@ -48,7 +48,7 @@
 #if ENABLE_LAYOUT
 #undef ScResId
 #define ScResId(x) #x
-#undef SfxTabPage
+#undef ModalDialog
 #define ModalDialog( parent, id ) Dialog( parent, "string-input.xml", id )
 #endif /* ENABLE_LAYOUT */
 
-- 
1.5.6.3.317.g5d44c9.dirty


