diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-01-31 08:39:07 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-31 08:41:38 +0100 |
commit | 2525c93e08f9b6256c298171a792add6b7fa0c29 (patch) | |
tree | f626736563c4d516e61e17a1bd67616f866fa71b /test/inc | |
parent | bfd9753b92c225d7cc2b2d3172b26eb53a8e9228 (diff) |
Move definition of static data member to .cxx
Diffstat (limited to 'test/inc')
-rw-r--r-- | test/inc/test/sheet/xdatapilotdescriptor.hxx | 2 |
1 files changed, 0 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: */ |