summaryrefslogtreecommitdiff
path: root/desktop/source/migration/migration_impl.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-01-27 15:21:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-01-27 15:21:11 +0000
commit905fd3e5bc68a7d5df860b074818f8d31e95cac1 (patch)
tree9e8fff0a4134e32617f8f6e516a7dc77ea7c5ed7 /desktop/source/migration/migration_impl.hxx
parent446768f6d32ffbd89c6a079de436478ed5669c30 (diff)
INTEGRATION: CWS lo11 (1.3.90); FILE MERGED
2006/01/18 16:22:40 lo 1.3.90.1: #i59599# only run migration once ,#122215# language/locale option migration fix
Diffstat (limited to 'desktop/source/migration/migration_impl.hxx')
-rw-r--r--desktop/source/migration/migration_impl.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop/source/migration/migration_impl.hxx b/desktop/source/migration/migration_impl.hxx
index e9f9c85934..b58637826d 100644
--- a/desktop/source/migration/migration_impl.hxx
+++ b/desktop/source/migration/migration_impl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: migration_impl.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:37:59 $
+ * last change: $Author: hr $ $Date: 2006-01-27 16:21:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -110,6 +110,9 @@ private:
void runServices();
void refresh();
+ void setMigrationCompleted();
+ sal_Bool checkMigrationCompleted();
+
public:
MigrationImpl(const NS_UNO::Reference< NS_CSS::lang::XMultiServiceFactory >&);
~MigrationImpl();