Kaydet (Commit) f7a86cc3 authored tarafından Caolán McNamara's avatar Caolán McNamara

swui links to sw, so export SwRewriter from sw

üst 0efe684d
...@@ -68,7 +68,6 @@ $(eval $(call gb_Library_add_linked_libs,swui,\ ...@@ -68,7 +68,6 @@ $(eval $(call gb_Library_add_linked_libs,swui,\
)) ))
$(eval $(call gb_Library_add_exception_objects,swui,\ $(eval $(call gb_Library_add_exception_objects,swui,\
sw/source/core/undo/SwRewriter \
sw/source/ui/chrdlg/break \ sw/source/ui/chrdlg/break \
sw/source/ui/chrdlg/chardlg \ sw/source/ui/chrdlg/chardlg \
sw/source/ui/chrdlg/drpcps \ sw/source/ui/chrdlg/drpcps \
......
...@@ -39,7 +39,7 @@ extern SW_DLLPUBLIC String const UNDO_ARG3; ...@@ -39,7 +39,7 @@ extern SW_DLLPUBLIC String const UNDO_ARG3;
typedef std::pair<String, String> SwRewriteRule; typedef std::pair<String, String> SwRewriteRule;
class SwRewriter class SW_DLLPUBLIC SwRewriter
{ {
std::vector<SwRewriteRule> mRules; std::vector<SwRewriteRule> mRules;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment