summaryrefslogtreecommitdiff
path: root/include/vcl/pdfextoutdevdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/pdfextoutdevdata.hxx')
-rw-r--r--include/vcl/pdfextoutdevdata.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/pdfextoutdevdata.hxx b/include/vcl/pdfextoutdevdata.hxx
index 4c14283b03a8..5a932570af6a 100644
--- a/include/vcl/pdfextoutdevdata.hxx
+++ b/include/vcl/pdfextoutdevdata.hxx
@@ -141,7 +141,7 @@ public:
void SetDocumentLocale( const css::lang::Locale& rLoc );
std::vector< PDFExtOutDevBookmarkEntry >& GetBookmarks() { return maBookmarks;}
- const std::vector<OUString>& GetChapterNames() { return maChapterNames; }
+ const std::vector<OUString>& GetChapterNames() const { return maChapterNames; }
const Graphic& GetCurrentGraphic() const;
@@ -387,7 +387,7 @@ public:
@returns
the id of the current structure element
*/
- sal_Int32 GetCurrentStructureElement();
+ sal_Int32 GetCurrentStructureElement() const;
/** set a structure attribute on the current structural element