summaryrefslogtreecommitdiffstats
path: root/include/xmloff/shapeexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/shapeexport.hxx')
-rw-r--r--include/xmloff/shapeexport.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xmloff/shapeexport.hxx b/include/xmloff/shapeexport.hxx
index 83aafd5587e3..a7f62e40d8e4 100644
--- a/include/xmloff/shapeexport.hxx
+++ b/include/xmloff/shapeexport.hxx
@@ -299,7 +299,6 @@ public:
void enableLayerExport( bool bEnable = true ) { mbExportLayer = bEnable; }
bool IsLayerExportEnabled() const { return mbExportLayer; }
- // #88546#
/** defines if the export should increment the progress bar or not */
void enableHandleProgressBar( bool bEnable = true ) { mbHandleProgressBar = bEnable; }
bool IsHandleProgressBarEnabled() const { return mbHandleProgressBar; }