summaryrefslogtreecommitdiff
path: root/desktop/inc/app.hxx
diff options
context:
space:
mode:
authorLars Oppermann <lo@openoffice.org>2002-10-22 14:14:00 +0000
committerLars Oppermann <lo@openoffice.org>2002-10-22 14:14:00 +0000
commit50641838016d13d78a57be372e3033ca4a67c0cb (patch)
tree07b40c1317ab0325d1f5b5821ca8fdfe62b95ee2 /desktop/inc/app.hxx
parent5b0f6bed3c83e32f3663ab259e9018a41d9b43a2 (diff)
tab reg dialog in own method
Diffstat (limited to 'desktop/inc/app.hxx')
-rw-r--r--desktop/inc/app.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 0554d5dee7..49423f2399 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: app.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: cd $ $Date: 2001-10-09 12:10:47 $
+ * last change: $Author: lo $ $Date: 2002-10-22 15:14:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,6 +111,9 @@ class Desktop : public Application //public SfxApplicationClass
}
private:
+#ifndef BUILD_SOSL
+ sal_Bool TabRegDialog(String);
+#endif BUILD_SOSL
void HandleBootstrapPathErrors( ::utl::Bootstrap::Status, const ::rtl::OUString& aMsg );
void StartSetup( const ::rtl::OUString& aParameters );