diff options
Diffstat (limited to 'xmlhelp/source')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/content.hxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/content.hxx b/xmlhelp/source/cxxhelp/provider/content.hxx index b16c56efa2f3..fe372e1fd4f4 100644 --- a/xmlhelp/source/cxxhelp/provider/content.hxx +++ b/xmlhelp/source/cxxhelp/provider/content.hxx @@ -24,14 +24,13 @@ #include "urlparameter.hxx" -namespace com { namespace sun { namespace star { namespace beans { +namespace com::sun::star::beans { struct Property; struct PropertyValue; -} } } } - -namespace com { namespace sun { namespace star { namespace sdbc { +} +namespace com::sun::star::sdbc { class XRow; -} } } } +} namespace chelp { |