summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2008-12-02 09:46:56 +0000
committerRelease Engineers <releng@openoffice.org>2008-12-02 09:46:56 +0000
commita092036331afce1bb826c4318b0e9a33b2a8e234 (patch)
treed0fd973ddb9a2e61e94a18dbad1b372ffdf44aa7
parent0345b045c574b733beb83795573e58b8679d35d0 (diff)
#i10000# private to public
-rw-r--r--svx/inc/svx/fmview.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/svx/fmview.hxx b/svx/inc/svx/fmview.hxx
index 8f1243b3ab59..ed100d9cb338 100644
--- a/svx/inc/svx/fmview.hxx
+++ b/svx/inc/svx/fmview.hxx
@@ -155,11 +155,11 @@ public:
// #i94033# / 2008-10-16 / frank.schoenheit@sun.com
void onBeginCompleteRedraw();
void onEndCompleteRedraw();
+ SVX_DLLPRIVATE const OutputDevice* GetActualOutDev() const {return pActualOutDev;}
+ SVX_DLLPRIVATE sal_Bool checkUnMarkAll(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xSource);
private:
- SVX_DLLPRIVATE const OutputDevice* GetActualOutDev() const {return pActualOutDev;}
SVX_DLLPRIVATE void AdjustMarks(const SdrMarkList& rMarkList);
- SVX_DLLPRIVATE sal_Bool checkUnMarkAll(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xSource);
SVX_DLLPRIVATE FmFormObj* getMarkedGrid() const;
protected:
using E3dView::SetMoveOutside;