diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/inc/test/sheet/xdatapilotdescriptor.hxx | 2 | ||||
-rw-r--r-- | test/source/sheet/xdatapilotdescriptor.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/inc/test/sheet/xdatapilotdescriptor.hxx b/test/inc/test/sheet/xdatapilotdescriptor.hxx index 9eca14ca4c51..eb5b8c10770d 100644 --- a/test/inc/test/sheet/xdatapilotdescriptor.hxx +++ b/test/inc/test/sheet/xdatapilotdescriptor.hxx @@ -60,8 +60,6 @@ private: static std::vector<rtl::OUString> maFieldNames; }; -std::vector< rtl::OUString > XDataPilotDescriptor::maFieldNames; - } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/source/sheet/xdatapilotdescriptor.cxx b/test/source/sheet/xdatapilotdescriptor.cxx index aa39416d0be6..eaddff59a44d 100644 --- a/test/source/sheet/xdatapilotdescriptor.cxx +++ b/test/source/sheet/xdatapilotdescriptor.cxx @@ -41,6 +41,8 @@ using namespace com::sun::star::uno; namespace apitest { +std::vector< rtl::OUString > XDataPilotDescriptor::maFieldNames; + void XDataPilotDescriptor::testTag() { rtl::OUString aTag(RTL_CONSTASCII_USTRINGPARAM("DataPilotDescriptor_Tag")); |