summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/HtmlReader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/HtmlReader.hxx')
-rw-r--r--dbaccess/source/ui/inc/HtmlReader.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/HtmlReader.hxx b/dbaccess/source/ui/inc/HtmlReader.hxx
index 89c142ae230c..5c4ddde13f4e 100644
--- a/dbaccess/source/ui/inc/HtmlReader.hxx
+++ b/dbaccess/source/ui/inc/HtmlReader.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_HTMLREADER_HXX
-#define INCLUDED_DBACCESS_SOURCE_UI_INC_HTMLREADER_HXX
+#pragma once
#include "DExport.hxx"
#include <svtools/parhtml.hxx>
@@ -55,7 +54,7 @@ namespace dbaui
// required for automatic type recognition
OHTMLReader(SvStream& rIn,
sal_Int32 nRows,
- const TPositions &_rColumnPositions,
+ TPositions&& _rColumnPositions,
const css::uno::Reference< css::util::XNumberFormatter >& _rxNumberF,
const css::uno::Reference< css::uno::XComponentContext >& _rxContext,
const TColumnVector* rList,
@@ -65,6 +64,5 @@ namespace dbaui
virtual SvParserState CallParser() override;// base class
};
}
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */