diff options
Diffstat (limited to 'xmloff/source/text/XMLTextNumRuleInfo.hxx')
-rw-r--r-- | xmloff/source/text/XMLTextNumRuleInfo.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLTextNumRuleInfo.hxx b/xmloff/source/text/XMLTextNumRuleInfo.hxx index 26394e17b059..28555f88af26 100644 --- a/xmloff/source/text/XMLTextNumRuleInfo.hxx +++ b/xmloff/source/text/XMLTextNumRuleInfo.hxx @@ -24,9 +24,9 @@ #include <com/sun/star/container/XIndexReplace.hpp> #include <sal/types.h> -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace text { class XTextContent; } -} } } +} class XMLTextListAutoStylePool; |