summaryrefslogtreecommitdiff
path: root/linguistic/source/dlistimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/dlistimp.hxx')
-rw-r--r--linguistic/source/dlistimp.hxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/linguistic/source/dlistimp.hxx b/linguistic/source/dlistimp.hxx
index 336707ab41f5..c93cd6b907c6 100644
--- a/linguistic/source/dlistimp.hxx
+++ b/linguistic/source/dlistimp.hxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,9 +32,9 @@
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
-#include <uno/lbnames.h> // CPPU_CURRENT_LANGUAGE_BINDING_NAME macro, which specify the environment type
-#include <cppuhelper/implbase1.hxx> // helper for implementations
-#include <cppuhelper/implbase3.hxx> // helper for implementations
+#include <uno/lbnames.h> // CPPU_CURRENT_LANGUAGE_BINDING_NAME macro, which specify the environment type
+#include <cppuhelper/implbase1.hxx> // helper for implementations
+#include <cppuhelper/implbase3.hxx> // helper for implementations
#include <cppuhelper/interfacecontainer.h>
#include <tools/debug.hxx>
@@ -62,25 +62,25 @@ class DicList :
public:
MyAppExitListener( DicList &rDicList ) : rMyDicList( rDicList ) {}
- virtual void AtExit();
+ virtual void AtExit();
};
- LinguOptions aOpt;
+ LinguOptions aOpt;
+
+ ::cppu::OInterfaceContainerHelper aEvtListeners;
- ::cppu::OInterfaceContainerHelper aEvtListeners;
-
typedef std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XDictionary > > DictionaryVec_t;
DictionaryVec_t aDicList;
::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::
- XDictionaryEventListener > xDicEvtLstnrHelper;
- DicEvtListenerHelper *pDicEvtLstnrHelper;
+ XDictionaryEventListener > xDicEvtLstnrHelper;
+ DicEvtListenerHelper *pDicEvtLstnrHelper;
::com::sun::star::uno::Reference< ::com::sun::star::frame::
- XTerminateListener > xExitListener;
- MyAppExitListener *pExitListener;
+ XTerminateListener > xExitListener;
+ MyAppExitListener *pExitListener;
- BOOL bDisposing;
+ BOOL bDisposing;
BOOL bInCreation;
// disallow copy-constructor and assignment-operator for now