summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/README7
-rw-r--r--sfx2/README3
2 files changed, 5 insertions, 5 deletions
diff --git a/framework/README b/framework/README
index 8a2e86ce6dd2..2efd636a8022 100644
--- a/framework/README
+++ b/framework/README
@@ -1,7 +1,4 @@
-UI rewrite, toolbars, menus, UNO stuff, including accelerators and interaction, etc.
+Toolbars, menus, UNO stuff, including accelerators and interaction, etc.
See also:
-[http://wiki.openoffice.org/wiki/Framework]
-
-Notable files:
-[git:framework/source/services/backingwindow.hxx] Layout of the Startcenter buttons and the corresponding event handler.
+http://wiki.openoffice.org/wiki/Framework
diff --git a/sfx2/README b/sfx2/README
index 19d06f22e0af..9726870a6019 100644
--- a/sfx2/README
+++ b/sfx2/README
@@ -23,3 +23,6 @@ dispatch.
There are also some UNO services here that could really be implemented
anywhere, e.g. the DocumentProperties or DocumentMetadataAccess.
+
+Notable files:
+sfx2/source/dialog/backingwindow.cxx Startcenter buttons and the corresponding event handler.