diff options
Diffstat (limited to 'extensions/source/abpilot/addresssettings.hxx')
-rw-r--r-- | extensions/source/abpilot/addresssettings.hxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/extensions/source/abpilot/addresssettings.hxx b/extensions/source/abpilot/addresssettings.hxx index 53cb58efad91..d719751e4c67 100644 --- a/extensions/source/abpilot/addresssettings.hxx +++ b/extensions/source/abpilot/addresssettings.hxx @@ -23,14 +23,14 @@ #include <rtl/ustring.hxx> #include "abptypes.hxx" -//......................................................................... + namespace abp { -//......................................................................... - //===================================================================== + + //= AddressSourceType - //===================================================================== + enum AddressSourceType { AST_MORK, @@ -49,9 +49,9 @@ namespace abp AST_INVALID }; - //===================================================================== + //= AddressSettings - //===================================================================== + struct AddressSettings { AddressSourceType eType; @@ -63,9 +63,9 @@ namespace abp bool bRegisterDataSource; }; -//......................................................................... + } // namespace abp -//......................................................................... + #endif // EXTENSIONS_ABP_ADDRESSSETTINGS_HXX |