summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/querytablefragment.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/querytablefragment.cxx')
-rw-r--r--sc/source/filter/oox/querytablefragment.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/oox/querytablefragment.cxx b/sc/source/filter/oox/querytablefragment.cxx
index 8ab45e52d0fb..dbd51f41a748 100644
--- a/sc/source/filter/oox/querytablefragment.cxx
+++ b/sc/source/filter/oox/querytablefragment.cxx
@@ -25,12 +25,12 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::oox::core;
-// ============================================================================
+
QueryTableFragment::QueryTableFragment( const WorksheetHelper& rHelper, const OUString& rFragmentPath ) :
WorksheetFragmentBase( rHelper, rFragmentPath ),
@@ -73,7 +73,7 @@ const RecordInfo* QueryTableFragment::getRecordInfos() const
return spRecInfos;
}
-// ============================================================================
+
} // namespace xls