diff options
author | Christian Lippka ORACLE <christian.lippka@oracle.com> | 2011-03-10 14:21:52 +0100 |
---|---|---|
committer | Christian Lippka ORACLE <christian.lippka@oracle.com> | 2011-03-10 14:21:52 +0100 |
commit | 545fe253b4913ea9411b54566afd5c858a20517b (patch) | |
tree | fbfc9dbf5f77abe62188d6f411d20d434c97fb02 /svx/inc | |
parent | 7bd8816087332807a2320b9e7711fdda751bf204 (diff) |
impress210: #i117133# put new drawing layer fill and stroke styles in pool only for newly created documents
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/svdmodel.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/inc/svx/svdmodel.hxx b/svx/inc/svx/svdmodel.hxx index a32147a3032f..3c112bc57700 100644 --- a/svx/inc/svx/svdmodel.hxx +++ b/svx/inc/svx/svdmodel.hxx @@ -742,6 +742,7 @@ public: also during the runtime of the Undo() and Redo() methods. */ bool IsUndoEnabled() const; + void SetDrawingLayerPoolDefaults(); }; typedef tools::WeakReference< SdrModel > SdrModelWeakRef; |